facebook_accesstoken


语法:

facebook_accesstoken()


返回:

String(字符串)


描述

An access token is a random string that provides temporary, secure access to the Facebook APIs, and this function will return the access token that Facebook gives you when you log in to verify that it's a valid log in.


例如:

token = facebook_accesstoken();

The above code gets the access token that Facebook generates for the user and stores it as a string in the variable "token".